.mainBox{
    width: 1400px;
    margin: 0 auto;
}
.flexLayout{
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.left{
    float: left;
}
.right{
    float: right;
}
.title-1{
    text-align: center;
}
.title-1 .cc{
    display: inline-block;
    font-size: 28px;
    color: #005b99;
    padding: 0 125px;
    position: relative;
}
.title-1 .cc::after{
    content: "";
    width: 100px;
    height: 2px;
    background: #005b99;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.title-1 .cc::before{
    content: "";
    width: 100px;
    height: 2px;
    background: #005b99;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
.homeMain .linkList {
    margin: 50px auto 0 auto;
}
.linkList .list{
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.linkList .list .link{
    display: block;
    width: 30.35%;
    color: #005b99;
	border-top: #005b99 4px solid;
    padding: 240px 0 30px 0;
    position: relative;
}
.linkList .list .link:hover{   
    color: #e38a36;
    font-weight: bold;
	border-top: #e38a36 4px solid;
}
/*.linkList .list .link::after{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}*/
.linkList .list .link:nth-child(1){
    background: url("../images/home-link1.png") no-repeat top 48px center;
    background-size: 47% auto;
}
.linkList .list .link:nth-child(2){
    background: url("../images/home-link2.png") no-repeat top 48px center;
    background-size: 47% auto;
}
.linkList .list .link:nth-child(3){
    background: url("../images/home-link3.png") no-repeat top 48px center;
    background-size: 47% auto;
}
.linkList .list .link .txt{
    font-size: 18px;
    text-align: center;
}
.homeMain .productType {
    margin: 50px auto 0 auto;
    background-color: #f3f7fa;
}
.productType .list .item{
    display: block;
    width: 24%;
    margin: 40px 1% 0 0;
    float: left;
}
.productType .list .item:nth-child(4n){
    margin: 40px 0 0 0;
}
.productType .list .item .txt{
    font-size: 18px;
    line-height: 200%;
    color: #8c8c8c;
    text-align: center;
    margin: 0 0 0 0;
}
.productType .list .item:hover .txt{
    color: #e38a36;
    font-weight: bold;
}
.brandIntroduce{
    margin: 50px auto 0 auto;
}
.brandIntroduce .introduce{
    margin: 50px auto 0 auto;
}
.brandIntroduce .brand-1{
    width: 28.57%;
    text-align: left;
}
.brandIntroduce .brand-1 .intro-1 .t1{
    font-size: 20px;
    font-weight: bold;
    line-height: 200%;
    color: #333;
    border-bottom: 8px solid #60c659;
    padding-bottom: 0.5em;
    margin: 1em 0;
    position: relative;
}
.brandIntroduce .brand-1 .intro-1 .t2{
    font-size: 18px;
    line-height: 180%;
}
.brandIntroduce .brand-1 .intro-1 .t2 span{
    color: #005b95;
}
.brandIntroduce .brand-1 .intro-1 .logo{
    width: 63.8%;
}
.brandIntroduce .brand-2{
    width: 64%;
}
.brandIntroduce .brand-2 .imgBox .img{
    width: 44.5%;
}
.brandIntroduce .brand-2 .intro-1{
    background: rgba(216,216,216,0.15);
    margin: 24px 0 0 0;
}
.brandIntroduce .brand-2 .intro-1 .t1{
    width: 74%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 200%;
    padding: 1em;
    color: #333;
    text-align: justify;
}
.serviceCenter{
    margin: 50px auto 0 auto;
    background-color: #f3f7fa;
}
.serviceCenter .list{
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-flow: wrap;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin: 50px auto 0 auto;
}
.serviceCenter .list .item{
    display: block;
    width: 18%;
}
.serviceCenter .list .item .imgBox{
    height: 150px;
}
.serviceCenter .list .item:nth-child(1) .imgBox{
    background: #f3f7fa url("../images/service-1.png") no-repeat center;
    background-size: 53.96% auto;
}
.serviceCenter .list .item:nth-child(2) .imgBox{
    background: #f3f7fa url("../images/service-2.png") no-repeat center;
    background-size: 53.96% auto;
}
.serviceCenter .list .item:nth-child(3) .imgBox{
    background: #f3f7fa url("../images/service-3.png") no-repeat center;
    background-size: 53.96% auto;
}
.serviceCenter .list .item:nth-child(4) .imgBox{
    background: #f3f7fa url("../images/service-4.png") no-repeat center;
    background-size: 53.96% auto;
}
.serviceCenter .list .item .t1{
    font-size: 18px;
    color: #8c8c8c;
    text-align: center;
    margin: 1em 0 0 0;
}
.serviceCenter .list .item:hover .t1{
    color: #e38a36;
    font-weight: bold;
}
.newsCenter{
    margin: 50px auto 0 auto;
}
.newsCenter .list{
    margin: 50px auto;
}
.newsCenter .list .item{
    display: block;
    padding: 15px 1.6%;
    background: #ebebeb;
    margin: 30px auto 0 auto;
}
.newsCenter .list .item .imgBox{
    width: 220px;
    height: 160px;
    overflow: hidden;
    float: left;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.newsCenter .list .item .imgBox img{
    width: 100%;
}
.newsCenter .list .item .txtBox{
    width: calc(97% - 220px);
    padding: 0 0 0 2%;
    float: left;
}
.newsCenter .item .txtBox .t1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsCenter .item:hover .txtBox .t1{
    color: #e38a36;
}
.newsCenter .item .txtBox .des{
    text-align: justify;
    font-size: 14px;
    color: #666;
    line-height: 150%;
    min-height: 3em;
    margin: 0.5em 0;
}
.newsCenter .item .txtBox .time{
    font-size: 12px;
    color: #666;
}
.newsCenter .item .txtBox .more{
    font-size: 14px;
    color: #005b99;
    text-align: right;
}
.newsCenter .item:hover .txtBox .more{
    color: #e38a36;
}
.newsCenter .moreBtn{
    display: block;
    width: 4.5em;
    font-size: 16px;
    color: #fff;
    height: 2em;
    line-height: 2em;
    padding: 0 2.5em 0 1em;
    background: #005b99 url("../images/more-i1.png") no-repeat right 1em center;
    background-size: auto 62%;
    margin: 0 auto;
    border-radius: 10px;
}
.newsCenter .moreBtn:hover{
    color: #005b99;
    background: #ccc url("../images/more-i2.png") no-repeat right 1em center;
    background-size: auto 62%;
}
.brandList{
    margin: 50px auto 0 auto;
}
.brandList .list{
    margin: 50px auto 0 auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,86,142,0.5);
}
.brandList .list .bi{
    display: block;
    width: 25%;
    height: 210px;
}
.brandList .list .bi:nth-child(1){
    background: url("../images/subbrand-1.png") no-repeat center;
    background-size: 80% auto;
}
.brandList .list .bi:nth-child(2){
    background: url("../images/subbrand-2.png") no-repeat center;
    background-size: 80% auto;
}
.brandList .list .bi:nth-child(3){
    background: url("../images/subbrand-3.png") no-repeat center;
    background-size: 80% auto;
}
.brandList .list .bi:nth-child(4){
    background: url("../images/subbrand-4.png") no-repeat center;
    background-size: 80% auto;
}
.news_page {
    text-align:center;
    margin: 0 auto;
}
.news_page a,.news_page span {
    display:inline-block;
    width:36px;
    height:36px;
    border-radius: 100%;
    font-size:14px;
    font-weight: bold;
    color: #fff;
    background-color:#02578f;
    border: 2px solid #02578f;
    margin:0 5px;
    line-height:36px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.news_page a:hover,.news_page a.current,.news_page span.current {
    background-color:#fff;
    color:#02578f;
}
.news_page .firstPage,.news_page .lastPage{
    width: 60px;
    border-radius: 18px;
}
.newsDetail .detailBox{
    margin: 50px auto 0 auto;
}
.newsDetail .detailBox .detail-top{
    text-align: center;
}
.newsDetail .detailBox .detail-top .t1{
    font-size: 28px;
    color: #005b99;
}
.newsDetail .detailBox .detail-top .t2{
    font-size: 14px;
    color: #666;
    margin: 1em 0 0 0;
}
.newsDetail .detailBox .detail-content {
    padding: 50px 0;
    font-size: 18px;
    color: #333;
    line-height: 180%;
    text-align: justify;
}
.newsDetail .detailBox .detail-content img {
    max-width:100%;
    margin:10px 0;
}
.newsDetail .detailBox .detail-content embed,.newsDetail .detailBox .detail-content video {
    max-width:100%;
    margin:10px 0;
}
.detail-page .npd {
    background: #d1e7ff;
    padding:0.4em 1.2em;
    line-height:2em;
    color: #02578f;
    font-size: 18px;
    border-radius: 1em;
    border: 2px solid #02578f;
}
.detail-page .bt{
    display: block;
    color: #333;
    overflow:hidden;text-overflow:ellipsis; white-space:nowrap;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.detail-page .zt{
    font-weight: bold;
}
.detail-page a.bt:hover{
    color:#02578f;
}
.detail-page .prev {
    width:42%;
    float:left;
}
.detail-page .next {
    width:42%;
    float: right;
    text-align: right;
}
.productMain .productShow,.productMain .productShow .product-content{
    margin: 50px auto 0 auto;
}
.productMain .productShow .product-type{
    width: 24%;
    float: left;
}
.productMain .product-type .type-txt{
    background: #04538c;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    height: 70px;
    line-height: 70px;
}
.productMain .product-type .type-list{
    background: #f8f8f8;
    padding: 0 0 100px 0;
}
.productMain .product-type .type-list .type{
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    padding: 0 calc(10% + 19px) 0 8%;
    color: #333;
    background: #f8f8f8 url("../images/product-i1.png") no-repeat right 8% center;
    background-size: 19px auto;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productMain .product-type .type-list .type:hover{
    color: #04538c;
}
.productMain .productShow .product-list{
    width: 72%;
    float: right;
}
.productMain .product-list .list-title{
    font-size: 28px;
    line-height: 200%;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    text-indent: 0.7em;
    position: relative;
}
.productMain .product-list .list-title::after{
    content: "";
    width: 4px;
    height: 60%;
    position: absolute;
    background: #04538c;
    top: 20%;
    left: 0;
}
.productMain .product-list .item{
    display: block;
    width: 32%;
    float: left;
    margin: 25px 2% 25px 0;
}
.productMain .product-list .item:nth-child(3n){
    margin: 25px 0 25px 0;
}
.productMain .product-list .item .imgBox{
    height: 324px;
    background: url("../images/product-bg.png") no-repeat top center;
    background-size: 100% auto;
    position: relative;
}
.productMain .product-list .item .img{
    width: 62%;
    height: 100%;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 9%;
    top: 0;
}
.productMain .product-list .item .t1{
    font-size: 14px;
    text-indent: 1em;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 1em 0 0 0;
}
.productMain .product-list .item:hover .t1{
    color: #04538c;
}
.productDetail .product-detail,.productDetail .product-detail .detail-content{
    margin: 50px auto 0 auto;
}
.productDetail .product-detail .detail-content{
    background: #f9f9f9;
}
.productDetail .product-detail .detail-img{
    background: #fff;
    width: 40%;
    height: 500px;
    float: left;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.productDetail .product-detail .detail-txt{
    width: 50%;
    height: 400px;
    padding: 50px 2%;
    margin: 0 3%;
    overflow: auto;
    background: #f9f9f9;
    font-size: 18px;
    color: #333;
    line-height: 200%;
    float: left;
}
.productDetail .product-detail .detail-txt p{
    font-size: 18px;
    color: #333;
    line-height: 200%;
}
.productDetail .product-detail .detail-info,.productDetail .product-detail .detail-page{
    width: 750px;
    margin: 50px auto 0 auto;
}
.productDetail .product-detail .detail-info .tab{
    display: block;
    text-align: center;
    width: calc(33.33% - 2px);
    height: 98px;
    line-height: 98px;
    border: 1px solid #02578f;
    font-size: 22px;
    color: #005b95;
    background: #d1e7ff;
    float: left;
    position: relative;
}
.productDetail .product-detail .detail-info .tab.active{
    color: #fff;
    background: #02578f;
}
.productDetail .product-detail .detail-info .tab.active::before{
    content: "";
    width: 30px;
    height: 16px;
    background: url("../images/service-d6-i1.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
}
.productDetail .product-detail .detail-info .info{
    margin: 50px auto 0 auto;
    display: none;
}
.productDetail .detail-info .info-1 a{
    display: block;
    font-size: 18px;
    color: #333;
}
.productDetail .detail-info .info-1 a:hover{
    color: #02578f;
}
.productDetail .product-detail .detail-info .imgBox{
    text-align: center;
}
.productDetail .product-detail .detail-info table{
    border-spacing: 0;
    width: 100%;
}
.productDetail .product-detail .detail-info table td{
    padding: 10px 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
}
.productDetail .product-detail .detail-info video {
    background: #000;
    max-width: 100%;
    border: none;
    margin: 0;
}
.productDetail .product-detail .detail-page a{
    display: block;
    border: 1px solid #02578f;
    font-size: 18px;
    color: #02578f;
    line-height: 200%;
    padding: 0.5em 1em;
    background: #d1e7ff;
    width: 40%;
    border-radius: 0.5em;
}
.productDetail .product-detail .detail-page a:hover{
    color: #fff;
    background: #02578f;
}
.productDetail .product-detail .detail-page p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productDetail .product-detail .recommended{
    margin: 50px auto 0 auto;
}
.productDetail .product-detail .recommended .rd-title{
    font-size: 22px;
    color: #005b95;
    background: #f9f9f9;
    border: 2px solid #e6e6e6;
    padding: 1em 4%;
}
.productDetail .product-detail .recommended .item{
    display: block;
    width: 21%;
    margin: 25px calc(16% / 3) 0 0;
    background: #c9e0ff;
    float: left;
}
.productDetail .product-detail .recommended .item:nth-child(4n){
    margin: 25px 0 0 0;
}
.productDetail .product-detail .recommended .item .imgBox{
    height: 190px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.productDetail .product-detail .recommended .item img{
    width: 90px;
}
.productDetail .product-detail .recommended .item .t1{
    width: 92%;
    margin: 0 auto;
    font-size: 18px;
    color: #333;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productDetail .product-detail .recommended .item:hover .t1{
    color: #005b95;
}
.serviceMainA .serviceList,.serviceMainA .serviceList .list{
    margin: 50px auto 0 auto;
}
.serviceMainA .serviceList .des{
    font-size: 18px;
    color: #333;
    line-height: 200%;
    margin: 50px auto 0 auto;
    text-align: justify;
}
.serviceMainA .serviceList .item{
    display: block;
    position: relative;
    margin: 50px auto 0 auto;
}
.serviceMainA .serviceList .item:first-child{
    margin: 0 auto;
}
.serviceMainA .serviceList .item img{
    display: block;
}
.serviceMainA .serviceList .item .i-txt{
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
}
.serviceMainA .serviceList .item:nth-child(odd) .i-txt{
    right: auto;
    left: 0;
}
.serviceMainA .serviceList .item:nth-child(even) .i-txt{
    left: auto;
    right: 0;
}
.serviceMainA .serviceList .item .t1{
    font-size: 22px;
    height: 6em;
    line-height: 6em;
    color: #191238;
}
.serviceMainA .serviceList .item:nth-child(1) .t1{
    padding: 0 0 0 5.2em;
    background: url("../images/service-a-i1.png") no-repeat left center;
    background-size: auto 71.6%;
}
.serviceMainA .serviceList .item:nth-child(2) .t1{
    text-align: right;
    padding: 0 5.2em 0 0;
    background: url("../images/service-a-i2.png") no-repeat right center;
    background-size: auto 71.6%;
}
.serviceMainA .serviceList .item:nth-child(3) .t1{
    padding: 0 0 0 5.2em;
    background: url("../images/service-a-i3.png") no-repeat left center;
    background-size: auto 71.6%;
}
.serviceMainA .serviceList .item:nth-child(4) .t1{
    text-align: right;
    padding: 0 5.2em 0 0;
    background: url("../images/service-a-i4.png") no-repeat right center;
    background-size: auto 71.6%;
}
.serviceMainA .serviceList .item:nth-child(5) .t1{
    padding: 0 0 0 5.2em;
    background: url("../images/service-a-i5.png") no-repeat left center;
    background-size: auto 71.6%;
}
.serviceMainA .serviceList .item .t2{
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    color: #333;
}
.serviceMainB .solution{
    margin: 50px auto 0 auto;
}
.serviceMainB .solution .des{
    font-size: 18px;
    color: #333;
    line-height: 200%;
    margin: 50px auto 0 auto;
    text-align: justify;
    display: none;
}
.serviceMainB .solution .solutionList{
    margin: 60px auto 0 auto;
}
.serviceMainB .solution .left{
    width: 27.5%;
    float: left;
}
.serviceMainB .solution .left .img-1{
    position: relative;
}
.serviceMainB .solution .left .txt-1{
    width: 100%;
    font-size: 18px;
    color: #333;
    position: absolute;
    left: 25%;
    top: 30%;
}
.serviceMainB .solution .left .img-2{
    position: relative;
    margin: 50px 0 0 0;
    -webkit-mask-image: url(../images/service-b-mask.png);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    -webkit-mask-size: 100% auto;
}
.serviceMainB .solution .right{
    width: 70.5%;
    float: right;
}
.serviceMainB .solution .right .item{
    display: block;
    position: relative;
    background: #ebebeb;
    padding: 36px 5%;
    margin: 0 0 60px 0;
}
.serviceMainB .solution .right .item:last-child{
    margin: 0;
}
.serviceMainB .solution .right .t1{
    font-size: 18px;
    text-align: justify;
    line-height: 150%;
    min-height: 3em;
    color: #333;
}
.serviceMainB .solution .right .t2{
    font-size: 18px;
    color: #333;
    width: 200px;
    height: 48px;
    line-height: 48px;
    background: #a0da9b;
    text-indent: 1.5em;
    position: absolute;
    top: -24px;
    left: 0;
}
.serviceMainC .college-intro,.serviceMainC .college-dynamics{
    margin: 50px auto 0 auto;
}
.serviceMainC .des{
    font-size: 18px;
    color: #333;
    line-height: 200%;
    margin: 50px auto 0 auto;
    text-align: justify;
}
.serviceMainC .college-intro .item{
    display: block;
    width: 28.57%;
    margin: 40px 0 0 0;
}
.serviceMainC .college-intro .item:hover .imgBox{
    box-shadow: 0px 10px 15px rgba(0,86,142,0.5);
}
.serviceMainC .college-intro .item img{
    display: block;
    margin: 0 auto;
}
.serviceMainC .college-intro .item .t1{
    font-size: 18px;
    line-height: 200%;
    padding: 12px 0 8px 0;
    color: #333;
    text-align: center;
}
.serviceMainC .college-intro .item .t2{
    font-size: 18px;
    line-height: 200%;
    color: #333;
    text-align: center;
}
.serviceMainD .after-sale{
    margin: 50px auto 0 auto;
}
.serviceMainD .after-sale .item{
    display: block;
    width: 250px;
    margin: 25px calc(400px/3) 0 0;
    float: left;
}
.serviceMainD .after-sale .item:nth-child(4n){
    margin: 25px 0 0 0;
}
.serviceMainD .after-sale .item .imgBox{
    height: 200px;
}
.serviceMainD .after-sale .item:nth-child(1) .imgBox{
    background: #f9f9f9 url("../images/service-d-i1.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:nth-child(2) .imgBox{
    background: #f9f9f9 url("../images/service-d-i2.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:nth-child(3) .imgBox{
    background: #f9f9f9 url("../images/service-d-i3.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:nth-child(4) .imgBox{
    background: #f9f9f9 url("../images/service-d-i4.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:nth-child(5) .imgBox{
    background: #f9f9f9 url("../images/service-d-i5.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:nth-child(6) .imgBox{
    background: #f9f9f9 url("../images/service-d-i6.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:nth-child(7) .imgBox{
    background: #f9f9f9 url("../images/service-d-i7.png") no-repeat center;
    background-size: 43.2% auto;
}
.serviceMainD .after-sale .item:hover .imgBox{
    box-shadow: 0px 10px 15px rgba(0,86,142,0.5);
}
.serviceMainD .after-sale .item .t1{
    line-height: 64px;
    text-align: center;
    font-size: 28px;
    color: #005b95;
}
.serviceMainD .care-center,.serviceMainD .care-center .care-intro{
    margin: 50px auto 0 auto;
}
.serviceMainD .care-center .care-intro .imgBox{
    width: 240px;
    float: left;
}
.serviceMainD .care-center .care-intro .txtBox{
    float: left;
    margin: 0 0 0 4%;
}
.serviceMainD .care-center .care-intro .t1{
    font-size: 18px;
    line-height: 200%;
    padding: 1em 0 0 0;
    color: #333;
}
.serviceMainD .care-center .care-intro .phone{
    font-size: 22px;
    color: #005b95;
}
.serviceMainD .care-center .care-des{
    text-align: center;
    color: #005b95;
    font-size: 22px;
    margin: 40px auto 0 auto;
    font-weight: bold;
}
.serviceMainD .care-center .item{
    width: 250px;
    padding: 10px 0;
    background: #f9f9f9;
    margin: 40px 0 0 0;
}
.serviceMainD .care-center .item .icon{
    padding: 22px 0 22px 110px;
}
.serviceMainD .care-center .item:nth-child(1) .icon{
    background: url("../images/service-d1-i1.png") no-repeat left 24px center;
    background-size: auto 63px;
}
.serviceMainD .care-center .item:nth-child(2) .icon{
    background: url("../images/service-d1-i2.png") no-repeat left 24px center;
    background-size: auto 63px;
}
.serviceMainD .care-center .item:nth-child(3) .icon{
    background: url("../images/service-d1-i3.png") no-repeat left 24px center;
    background-size: auto 63px;
}
.serviceMainD .care-center .item:nth-child(4) .icon{
    background: url("../images/service-d1-i4.png") no-repeat left 24px center;
    background-size: auto 63px;
}
.serviceMainD .care-center .item .t1{
    display: inline-block;
    line-height: 200%;
    border-bottom: 2px solid #005b95;
    font-size: 22px;
    color: #005b95;
}
.serviceMainD .care-center .item .t2{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    color: #333;
}
.serviceMainD .product-use{
    margin: 50px auto 0 auto;
}
.serviceMainD .product-use .useBox{
    margin: 50px auto 0 auto;
}
.serviceMainD .product-use .use-txt{
    width: 200px;
    font-size: 22px;
    padding: 140px 0 16px 0;
    line-height: 200%;
    color: #005b95;
    float: left;
    text-align: center;
}
.serviceMainD .product-use .use-txt.ut1{
    background: #f9f9f9 url("../images/service-d2-i1.png") no-repeat bottom 72px center;
    background-size: 63px auto;
}
.serviceMainD .product-use .use-txt.ut2{
    background: #f9f9f9 url("../images/service-d2-i2.png") no-repeat bottom 72px center;
    background-size: 63px auto;
}
.serviceMainD .product-use .use-txt.ut3{
    background: #f9f9f9 url("../images/service-d2-i3.png") no-repeat bottom 72px center;
    background-size: 63px auto;
}
.serviceMainD .product-use .use-txt.ut4{
    background: #f9f9f9 url("../images/service-d2-i4.png") no-repeat bottom 72px center;
    background-size: 63px auto;
}
.serviceMainD .product-use .use-list{
    width: 82%;
    float: right;
}
.serviceMainD .product-use .use-list .item{
    display: block;
    margin: 0 0 10px 0;
}
.serviceMainD .product-use .use-list .item:last-child{
    margin: 0;
}
.serviceMainD .product-use .use-list .zt{
    display: block;
    padding: 0 10% 0 5%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #005b95;
    color: #005b95;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #d1e7ff url("../images/service-d2-open.png") no-repeat right 5% center;
    background-size: 33px auto;
}
.serviceMainD .product-use .use-list .zt.cur{
    background: #d1e7ff url("../images/service-d2-packUp.png") no-repeat right 5% center;
    background-size: 33px auto;
}
.serviceMainD .product-use .use-list .list{
    display: none;
}
.serviceMainD .product-use .use-list .ft{
    display: block;
    color: #333;
    padding: 0 5%;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    background: #d1e7ff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.serviceMainD .product-use .use-list .ft:hover{
    color: #005b95;
}
.serviceMainD .product-use .use-list .ft span{
    color: #005b95;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0.8em 0 0;
}
.useInfoPop{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.useInfoPop .useInfo{
    width: 1125px;
    background: #d1e7ff;
    padding: 50px 0;
    position: relative;
}
.useInfoPop .useInfo .close{
    width: 60px;
    height: 60px;
    background: url("../images/service-d2-close.png") no-repeat center;
    background-size: 33px auto;
    position: absolute;
    top: -28px;
    right: -28px;
}
.useInfoPop .useInfo .h{
    padding: 0 5%;
    font-size: 22px;
    color: #005b95;
    text-align: center;
}
.useInfoPop .useInfo .p{
    padding: 0 5%;
    font-size: 16px;
    color: #333;
    line-height: 200%;
    margin: 1em 0 0 0;
    text-align: justify;
}
.serviceMainD .service-policy,.serviceMainD .service-policy .policy-1,.serviceMainD .service-policy .policy-2{
    margin: 50px auto 0 auto;
}
.serviceMainD .service-policy .policy-1 .item{
    margin: 0 0 40px 0;
}
.serviceMainD .service-policy .policy-1 .item:last-child{
    margin: 0;
}
.service-policy .policy-1 .item .imgBox{
    width: 27.21%;
    float: left;
}
.service-policy .policy-1 .item .txtBox{
    width: 63%;
    min-height: 210px;
    padding: 10px 3.5%;
    background: #f9f9f9;
    float: right;
}
.service-policy .policy-1 .item .t1{
    font-size: 22px;
    line-height: 200%;
    color: #005b95;
}
.service-policy .policy-1 .item .t2{
    font-size: 18px;
    line-height: 200%;
    color: #333;
}
.serviceMainD .service-policy .policy-2 .t1{
    font-size: 22px;
    line-height: 200%;
    color: #005b95;
}
.serviceMainD .service-policy .policy-2 .s-table{
    border-spacing: 0;
    width: 100%;
}
.serviceMainD .service-policy .policy-2 .s-table td{
    padding: 16px 12px;
    font-size: 16px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #005b95;
}
.serviceMainD .service-policy .policy-2 .s-table tr:nth-child(1) td{
    background-color: #d1e7ff;
    color: #005b95;
    font-size: 16px;
    font-weight: bold;
}
.serviceMainD .service-policy .policy-2 .s-table tr:last-child td{
    text-align: left;
}
.serviceMainD .charging-standards,.serviceMainD .charging-standards .tableBox{
    margin: 50px auto 0 auto;
}
.serviceMainD .charging-standards .tableBox .s-table{
    border-spacing: 0;
    width: 100%;
}
.serviceMainD .charging-standards .tableBox .s-table td{
    padding: 16px 12px;
    font-size: 16px;
    color: #333;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #005b95;
}
.serviceMainD .charging-standards .tableBox .s-table tr:nth-child(1) td{
    background-color: #d1e7ff;
    color: #005b95;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.serviceMainD .charging-standards .tableBox .s-table tr:nth-child(2) td{
    background-color: #d1e7ff;
    color: #005b95;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.serviceMainD .online-service{
    margin: 50px auto 0 auto;
}
.serviceMainD .online-service .navTab{
    width: 1000px;
    margin: 50px auto 0 auto;
}
.serviceMainD .online-service .navTab .tab{
    display: block;
    text-align: center;
    width: calc(25% - 2px);
    height: 98px;
    line-height: 98px;
    border: 1px solid #02578f;
    font-size: 22px;
    color: #005b95;
    background: #d1e7ff;
    float: left;
    position: relative;
}
.serviceMainD .online-service .navTab .tab.active{
    color: #fff;
    background: #02578f;
}
.serviceMainD .online-service .navTab .tab.active::before{
    content: "";
    width: 30px;
    height: 16px;
    background: url("../images/service-d6-i1.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
}
.serviceMainD .online-service .dis{
    margin: 50px auto 0 auto;
    background: #d1e7ff;
    padding: 40px 0;
}
.serviceMainD .online-service .formBox{
    width: 998px;
    border: 1px solid #02578f;
    background: #fff;
    padding: 50px 0;
    margin: 0 auto;
}
.serviceMainD .online-service .formBox .fBox{
    width: 350px;
    margin: 0 auto 15px auto;
    position: relative;
}
.serviceMainD .online-service .formBox .ft{
    font-size: 18px;
    line-height: 42px;
    color: #333;
    float: left;
}
.serviceMainD .online-service .formBox .txtInput{
    font-size: 18px;
    width: 228px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #02578f;
    color: #333;
}
.serviceMainD .online-service .formBox .txtSelect{
    font-size: 18px;
    width: 250px;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #02578f;
    color: #333;
    background: #fff url("../images/service-d6-i2.png") no-repeat right 10px center;
    background-size: 14px auto;
}
.serviceMainD .online-service .formBox .txtTextarea{
    font-size: 18px;
    width: 228px;
    height: 216px;
    line-height: 150%;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #02578f;
    overflow: auto;
}
.serviceMainD .online-service .formBox .fBox:last-child{
    text-align: center;
    margin: 50px auto 0 auto;
}
.serviceMainD .online-service .formBox .btn{
    display: inline-block;
    width: 100px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background-color: #02578f;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0 20px;
    border-radius: 8px;
    cursor: pointer;
}
.serviceMainD .online-service .formBox .btn.btnReset{
    background-color: #9fa0a0;
}
.serviceMainD .customized-services{
    margin: 50px auto 0 auto;
}
.serviceMainD .customized-services .list{
    margin: 50px auto 0 auto;
    background: url("../images/service-d7-p1.jpg") no-repeat center;
    background-size: 100% auto;
    height: 750px;
    padding: 50px 0 0 0;
}
.serviceMainD .customized-services .list .item{
    width: 53.6%;
    padding: 0 0 0 6.4%;
    background: url("../images/service-d7-i1.png") no-repeat left 5% top 8px;
    background-size: 24px auto;
    margin: 0 0 40px 0;
}
.serviceMainD .customized-services .list .item:last-child{
    margin: 0;
}
.serviceMainD .customized-services .t1{
    font-size: 18px;
    font-weight: bold;
    line-height: 200%;
    color: #005b95;
}
.serviceMainD .customized-services .t2{
    font-size: 18px;
    text-align: justify;
    line-height: 200%;
    color: #333333;
}
.contactMain .contact-us,.contactMain .contact-us .contactBox{
    margin: 50px auto 0 auto;
}
.contactMain .contact-us .contactBox{
    background: #f9f9f9;
}
.contactMain .contact-us .contactBox .imgBox{
    width: 50%;
    float: left;
}
.contactMain .contactBox .imgBox img{
    display: block;
    margin: 0 auto;
}
.contactMain .contact-us .contactBox .txtBox{
    width: 50%;

    float: right;
}
.contactMain .contactBox .txtBox .zt{
    font-size: 18px;
    font-weight: bold;
    color: #005b95;
    padding: 60px 0 20px 16%;
}
.contactMain .contactBox .txtBox .ft{
    font-size: 18px;
    line-height: 36px;
    color: #333;
    padding: 0 4% 0 16%;
}
.contactMain .contactBox .txtBox .ft.a1{
    background: url("../images/contact-i1.png") no-repeat left 10% center;
    background-size: 21px auto;
}
.contactMain .contactBox .txtBox .ft.a2{
    background: url("../images/contact-i2.png") no-repeat left 10% center;
    background-size: 21px auto;
}
.contactMain .contactBox .txtBox .ft.a3{
    background: url("../images/contact-i3.png") no-repeat left 10% center;
    background-size: 21px auto;
}
.contactMain .contactBox .txtBox .ft.a4{
    background: url("../images/contact-i4.png") no-repeat left 10% center;
    background-size: 21px auto;
}
.contactMain .contactBox .txtBox .ft.a5{
    background: url("../images/contact-i5.png") no-repeat left 10% center;
    background-size: 21px auto;
}
.contactMain .contactBox .txtBox .ft.a6{
    background: url("../images/contact-i6.png") no-repeat left 10% center;
    background-size: 21px auto;
}
.aboutMain .classic-projects,.aboutMain .classic-projects .news_page{
    margin: 50px auto 0 auto;
}
.aboutMain .classic-projects .list .item{
    display: block;
    width: 31.57%;
    float: left;
    margin: 40px 2.645% 0 0;
}
.aboutMain .classic-projects .list .item:nth-child(3n){
    margin: 40px 0 0 0;
}
.aboutMain .classic-projects .item .imgBox{
    position: relative;
}
.aboutMain .classic-projects .item .img-bg{
    width: 80%;
    height: 70%;
    position: absolute;
    left: 10%;
    top: 15%;
    background: rgba(0,91,153,0.5);
    opacity: 0;
}
.aboutMain .classic-projects .item:hover .img-bg{
    opacity: 1;
}
.aboutMain .classic-projects .item .img-more{
    display: block;
    width: 38%;
    padding: 0 16% 0 10%;
    font-size: 28px;
    border-radius: 28px;
    background: #fff url("../images/about-projects-i3.png") no-repeat right 10% center;
    background-size: 28px auto;
    color: #005b99;
    line-height: 200%;
    position: absolute;
    left: 18%;
    top: 50%;
    margin-top: -28px;
}
.aboutMain .classic-projects .item img{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.aboutMain .classic-projects .item .txtBox{
    background: #e1e1e1;
}
.aboutMain .classic-projects .item .t1{
    font-size: 18px;
    line-height: 200%;
    min-height: 12em;
    color: #333;
    padding: 1.5em 10% 0 10%;
}
.aboutMain .classic-projects .item:hover .t1{
    color: #005b95;
}
.aboutMain .projects-details{
    margin: 50px auto 0 auto;
}
.aboutMain .projects-details .detail-top .t1{
    text-align: center;
    font-size: 28px;
    color: #005b99;
}
.aboutMain .projects-details .detail-content {
    padding: 50px 0;
    font-size: 18px;
    color: #333;
    line-height: 180%;
    text-align: justify;
}
.aboutMain .projects-details .detail-content img,.aboutMain .projects-details .detail-content embed,.aboutMain .projects-details .detail-content video {
    max-width:100%;
}
.aboutMain .store-details{
    margin: 50px auto 0 auto;
}
.aboutMain .store-details .detail-top .t1{
    text-align: center;
    font-size: 28px;
    color: #005b99;
}
.aboutMain .store-details .detail-content {
    padding: 50px 0;
    font-size: 18px;
    color: #333;
    line-height: 180%;
    text-align: justify;
}
.aboutMain .store-details .detail-content img,.aboutMain .store-details .detail-content embed,.aboutMain .store-details .detail-content video {
    max-width:100%;
}
.aboutMain .store-show,.aboutMain .store-show .news_page{
    margin: 50px auto 0 auto;
}
.aboutMain .store-show .item{
    display: block;
    width: 31.57%;
    float: left;
    margin: 40px 2.645% 0 0;
}
.aboutMain .store-show .item:nth-child(3n){
    margin: 40px 0 0 0;
}
.aboutMain .store-show .item img{
    display: block;
    margin: 0 auto;
}
.aboutMain .store-show .item .txtBox{
    background: #e1e1e1;
}
.aboutMain .store-show .item .t1{
    font-size: 18px;
    line-height: 200%;
    min-height: 4em;
    color: #333;
    padding: 1em 8%;
}
.aboutMain .store-show .item:hover .t1{
    color: #005b95;
}
.aboutMain .introduction-2,.aboutMain .introduction-3,.aboutMain .introduction-4
,.aboutMain .introduction-2 .brandStory
,.aboutMain .introduction-3 .cnBx
,.aboutMain .introduction-4 .history_list{
    margin: 50px auto 0 auto;
}
.aboutMain .introduction-2 .brandStory .story-1{
    width: 48%;
    float: left;
}
.aboutMain .introduction-2 .story-1 .txtBox{
    padding: 0 5%;
    background: #f8f8f8;
}
.aboutMain .introduction-2 .story-1 .txtBox p{
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    padding: 1.5em 0;
    color: #333;
}
.aboutMain .introduction-2 .story-1 .imgBox{
    margin: 40px 0 0 0;
    text-align: center;
}
.aboutMain .introduction-2 .brandStory .story-2{
    width: 48%;
    height: 703px;
    float: right;
    background: url("../images/about-bg-2.png") no-repeat center;
    background-size: 100% auto;
    position: relative;
}
.aboutMain .introduction-2 .story-2 p{
    width: 50%;
    text-align: justify;
    font-size: 14px;
    line-height: 150%;
    color: #333;
    position: absolute;
    top: 14%;
    left: 18%;
}
.aboutMain .introduction-3 .cnBx .imgBox{
    width: 46%;
    float: left;
    text-align: center;
}
.aboutMain .introduction-3 .cnBx .txtBox{
    width: 48%;
    float: right;
}
.aboutMain .introduction-3 .cnBx .txtBox p{
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    padding: 2em 0 0 0;
    color: #333;
}
.history_list{ position:relative;}
.history_list ul{width:100%;margin:0 auto;background:url(../images/line.jpg) repeat-y center top;}
.history_list li{ padding:0 50% 0 0; text-align:right; color:#888;}
.history_list li .pd{ font-size: 24px; padding:1em 3.3em 1em 0;}
.history_list li .h3{ position:relative;}
.history_list li p{ color:#333;font-size: 0.75em;line-height:200%;padding: 0.3em 0 0 0;}
.history_list li i{color: #5fc559;font-style: normal;width: 3em;text-align: center; height:2em;line-height: 2em;
    background: #fff;
    position:absolute;left: auto; margin-left:0; right: 0%;margin-right: -4.8em; top:0%;
}
.history_list li i::after{
    content: "";
    width: 1.26em;
    height: 0.5em;
    background: url("../images/history-i1.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    left: -1.22em;
    top: 50%;
    margin-top: -0.25em;
}
.history_list li.even{ padding:0 0 0 50%; text-align:left;}
.history_list li.even .pd{ padding:1em 0 1em 3.3em;}
.history_list li.even i{left: 0%;right: auto; margin-right:0; margin-left: -4.8em;}
.history_list li.even i::after{
    background: url("../images/history-i2.png") no-repeat center;
    background-size: 100% auto;
    left: auto;
    right: -1.22em;
}
.history_list li:first-child .pd{
    padding:0 3.3em 1em 0;
}
.history_list li:last-child .pd{
    padding:1em 3.3em 0 0;
}
.history_list li:first-child.even .pd{
    padding:0 0 1em 3.3em;
}
.history_list li:last-child.even .pd{
    padding:1em 0 0 3.3em;
}
.aboutMain .groupIntroduce
,.aboutMain .groupIntroduce .intro-txt{
    margin: 50px auto 0 auto;
}
.aboutMain .groupIntroduce .intro-txt p{
    font-size: 16px;
    color: #333;
    line-height: 200%;
    text-align: justify;
}
@media screen and (max-width:1600px){
    .detail-page .npd {
        font-size: 16px;
    }
}
@media screen and (max-width:1440px){
    .mainBox{
        width: 1200px;
    }
    .detail-page .npd {
        font-size: 14px;
    }
    .brandIntroduce .brand-1 .intro-1 .t1{
        font-size: 17px;
    }
    .brandIntroduce .brand-1 .intro-1 .t2{
        font-size: 16px;
    }
    .brandIntroduce .brand-2 .intro-1 .t1{
        font-size: 14px;
    }
    .productMain .product-list .item .imgBox{
        height: 287px;
    }
    .productDetail .product-detail .recommended .item .t1{
        font-size: 14px;
    }
    .serviceMainC .college-intro .item{
        width: 30%;
    }
    .serviceMainD .after-sale .item{
        margin: 25px calc(200px/3) 0 0;
    }
    .serviceMainD .product-use .use-txt {
        width: 16%;
    }
    .serviceMainD .product-use .use-list{
        width: 80%;
    }
    .serviceMainD .customized-services .list {
        height: 646px;
        padding: 40px 0 0 0;
    }
    .serviceMainD .customized-services .t1,.serviceMainD .customized-services .t2{
        font-size: 16px;
    }
    .contactMain .contactBox .txtBox .zt{
        font-size: 16px;
        padding: 50px 0 20px 16%;
    }
    .contactMain .contactBox .txtBox .ft{
        font-size: 16px;
        line-height: 32px;
    }
    .aboutMain .classic-projects .item .t1{
        font-size: 14px;
    }
    .aboutMain .classic-projects .item .img-more{
        font-size: 21px;
    }
    .aboutMain .store-show .item .t1{
        font-size: 14px;
    }
    .aboutMain .introduction-2 .story-1 .txtBox p{
        font-size: 14px;
    }
    .aboutMain .introduction-2 .brandStory .story-2{
        height: 604px;
    }
    .aboutMain .introduction-2 .story-2 p{
        top: 8%;
        left: 16%;
    }
    .aboutMain .introduction-3 .cnBx .txtBox p{
        font-size: 14px;
    }
}
@media screen and (max-width:1200px){
    .mainBox{
        width: 92%;
    }
    .detail-page .prev,.detail-page .next{ float:none; width:auto; margin-bottom:10px;text-align: left;}
    .detail-page .npd{ height:auto;}
    .productMain .productShow .product-type{
        display: none;
    }
    .productMain .productShow .product-list{
        width: 100%;
        float: none;
    }
    .productMain .product-list .item {
        width: 30%;
        margin: 25px 5% 25px 0;
    }
    .productMain .product-list .item .imgBox {
        height: auto;
        background: #c9e0ff;
        padding: 10px 0;
    }
    .productMain .product-list .item .img{
        width: 80%;
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
    }
    .productMain .product-list .item .t1{
        text-indent: 0;
    }
    .serviceMainB .solution .des{
        display: block;
    }
    .serviceMainB .solution .left{
        display: none;
    }
    .serviceMainB .solution .right {
        width: 100%;
        float: none;
    }
    .serviceMainD .after-sale .item {
        width: 20.8%;
        margin: 25px 5.6% 0 0;
    }
    .serviceMainD .care-center .care-intro .imgBox {
        width: 100%;
        float: none;
        text-align: center;
    }
    .serviceMainD .care-center .care-intro .txtBox {
        float: none;
        margin: 0;
        text-align: center;
    }
    .serviceMainD .care-center .item{
        width: 46%;
    }
    .serviceMainD .product-use .use-txt {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 10px;
    }
    .serviceMainD .product-use .use-txt.ut1{
        background: transparent;
    }
    .serviceMainD .product-use .use-txt.ut2{
        background: transparent;
    }
    .serviceMainD .product-use .use-txt.ut3{
        background: transparent;
    }
    .serviceMainD .product-use .use-txt.ut4{
        background: transparent;
    }
    .serviceMainD .product-use .use-list{
        width: 100%;
        float: none;
    }
    .serviceMainD .online-service .navTab{
        width: 100%;
    }
    .serviceMainD .online-service .dis {
        background: #fff;
        padding: 0;
    }
    .serviceMainD .online-service .formBox {
        width: calc(100% - 2px);
    }
    .serviceMainD .customized-services .list{
        height: auto;
        padding: 0;
        background: transparent;
    }
    .serviceMainD .customized-services .list .item{
        width: 95%;
        padding: 0 0 0 5%;
        background: url(../images/service-d7-i1.png) no-repeat left top 8px;
        background-size: 24px auto;
    }
    .contactMain .contactBox .txtBox .zt {
        font-size: 12px;
        padding: 3em 0 1em 16%;
    }
    .contactMain .contactBox .txtBox .ft {
        font-size: 12px;
    }
    .aboutMain .classic-projects .list .item {
        width: 32%;
        margin: 40px 2% 0 0;
    }
    .aboutMain .classic-projects .item .t1{
        font-size: 12px;
    }
    .aboutMain .classic-projects .item .img-bg{
        display: none;
    }
    .aboutMain .store-show .item {
        width: 32%;
        margin: 40px 2% 0 0;
    }
    .aboutMain .store-show .item .t1{
        font-size: 12px;
    }
}
@media screen and (max-width:1199px){
    .newsCenter{
        margin: 1rem auto 0 auto;
    }
    .newsCenter .list{
        margin: 1rem auto;
    }
    .newsCenter .list .item {
        padding: 0.3rem 4%;
        margin: 0.5rem auto 0 auto;
    }
    .newsCenter .list .item .imgBox {
        width: 32%;
        height: auto;
    }
    .newsCenter .list .item .txtBox {
        width: 64%;
        padding: 0 0 0 4%;
    }
    .news_page {
        margin: 1rem auto 0 auto;
    }
    .news_page a, .news_page span{
        margin: 0.1rem 5px;
    }
    .detail-page .prev, .detail-page .next{
        margin-bottom: 0.2rem;
    }
    .detail-page .npd {
        padding: 0.4rem;
        line-height: 0.84rem;
        font-size: 0.4rem;
        border-radius: 0.32rem;
    }
    .title-1 .cc{
        font-size: 0.56rem;
        padding: 0 1.75rem;
    }
    .title-1 .cc::after{
        width: 1.5rem;
        height: 2px;
        margin-top: -1px;
    }
    .title-1 .cc::before{
        width: 1.5rem;
        height: 2px;
        margin-top: -1px;
    }
    .serviceMainA .serviceList,.serviceMainA .serviceList .list {
        width: 100%;
        margin: 1rem auto 0 auto;
    }
    .serviceMainA .serviceList .des {
        width: 92%;
        font-size: 0.36rem;
        margin: 0.8rem auto 0 auto;
    }
    .serviceMainA .serviceList .item {
        margin: 1rem auto 0 auto;
    }
    .serviceMainA .mainBox{
        width: 100%;
    }
    .serviceMainA .serviceList .item .i-txt {
        width: 92%;
        position: relative;
    }
    .serviceMainA .serviceList .item:nth-child(odd) .i-txt{
        margin: 0 auto;
    }
    .serviceMainA .serviceList .item:nth-child(even) .i-txt{
        margin: 0 auto;
    }
    .serviceMainA .serviceList .item .t1{
        font-size: 0.36rem;
        height: 4em;
        line-height: 4em;
    }
    .serviceMainA .serviceList .item .t2 {
        font-size: 0.3rem;
        text-align: justify;
    }
    .serviceMainA .serviceList .item:nth-child(1) .t1{
        padding: 0 0 0 4em;
    }
    .serviceMainA .serviceList .item:nth-child(2) .t1{
        padding: 0 4em 0 0;
    }
    .serviceMainA .serviceList .item:nth-child(3) .t1{
        padding: 0 0 0 4em;
    }
    .serviceMainA .serviceList .item:nth-child(4) .t1{
        padding: 0 4em 0 0;
    }
    .serviceMainA .serviceList .item:nth-child(5) .t1{
        padding: 0 0 0 4em;
    }
    .serviceMainB .solution{
        margin: 1rem auto 0 auto;
    }
    .serviceMainB .solution .des,.serviceMainC .des{
        font-size: 0.36rem;
        margin: 0.8rem auto 0 auto;
    }
    .serviceMainC .college-intro,.serviceMainC .college-dynamics{
        margin: 1rem auto 0 auto;
    }
    .history_list li .pd{
        font-size: 0.26rem;
    }
    .history_list li i{
        width: 4em;
        margin-right: -5.3em;
    }
    .history_list li.even i {
        width: 4em;
        margin-left: -5.3em;
    }
    .history_list li i::after{
        left: -0.72em;
    }
    .history_list li.even i::after{
        right: -0.72em;
    }
    .aboutMain .introduction-2,.aboutMain .introduction-3,.aboutMain .introduction-4
    ,.aboutMain .introduction-2 .brandStory
    ,.aboutMain .introduction-3 .cnBx
    ,.aboutMain .introduction-4 .history_list{
        margin: 1rem auto 0 auto;
    }
    .brandIntroduce .introduce{
        margin: 1rem auto 0 auto;
    }
    .brandIntroduce .brand-1 {
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .brandIntroduce .brand-1.left{
        float: none;
    }
    .brandIntroduce .brand-1 .imgBox{
        width: auto;
        text-align: center;
    }
    .brandIntroduce .brand-1 .intro-1 .logo{
        width: 319px;
    }
    .brandIntroduce .brand-2 .imgBox .img.right{
        text-align: right;
    }
    .brandIntroduce .brand-2 {
        width: 100%;
    }
    .brandIntroduce .brand-2.right{
        float: none;
    }
    .brandIntroduce .brand-2 .intro-1 .t1{
        width: auto;
        padding: 1em 5%;
    }
    .aboutMain .introduction-2 .brandStory .story-1 {
        width: 100%;
        float: none;
    }
    .aboutMain .introduction-2 .brandStory .story-2 {
        width: 100%;
        height: auto;
        float: none;
        background: #c8deff;
        position: relative;
    }
    .aboutMain .introduction-2 .story-2 p{
        position: relative;
        top: auto;
        left: auto;
        padding: 1.5em 5%;
        line-height: 200%;
        width: auto;
        margin: 40px auto 0 auto;
    }
    .aboutMain .introduction-3 .cnBx .imgBox,.aboutMain .introduction-3 .cnBx .txtBox {
        width: 100%;
        float: none;
    }
    .aboutMain .introduction-3 .cnBx .txtBox p{
        padding: 0;
        margin: 40px 0 0 0;
    }
    .homeMain .linkList
    ,.brandList{
        margin: 1rem auto 0 auto;
    }
    .brandList .list .bi{
        width: 50%;
        height: 1.5rem;
        padding: 0.3rem 0;
    }
    .brandList .list .bi:nth-child(1){
        background: url("../images/subbrand-1.png") no-repeat center;
        background-size: 3rem auto;
    }
    .brandList .list .bi:nth-child(2){
        background: url("../images/subbrand-2.png") no-repeat center;
        background-size: 3rem auto;
    }
    .brandList .list .bi:nth-child(3){
        background: url("../images/subbrand-3.png") no-repeat center;
        background-size: 3rem auto;
    }
    .brandList .list .bi:nth-child(4){
        background: url("../images/subbrand-4.png") no-repeat center;
        background-size: 3rem auto;
    }
    .linkList .list .link{
        width: calc(32% - 2px);
        border: 1px solid #005b99;
    }
    .linkList .list .link::after{
        display: none;
    }
    .serviceCenter .list .item{
        width: 22%;
    }
}
@media screen and (max-width:750px){
    .brandList .list{
        margin: 1rem auto 0 auto;
    }
    .newsCenter .item .txtBox .t1{
        font-size: 0.36rem;
        line-height: 200%;
        border-bottom: none;
    }
    .newsCenter .item .txtBox .des{
        font-size: 0.32rem;
        display: none;
    }
    .newsCenter .item .txtBox .time,
    .newsCenter .item .txtBox .more{
        font-size: 0.32rem;
    }
    .newsDetail .detailBox .detail-top .t1{
        font-size: 0.72rem;
    }
    .newsDetail .detailBox .detail-top .t2{
        font-size: 0.36rem;
    }
    .newsDetail .detailBox .detail-content {
        font-size: 0.36rem;
        padding: 1rem 0;
    }
    .newsDetail .detailBox .detail-content p{
        font-size: 0.36rem;
    }
    .newsDetail .detailBox .detail-content img,.newsDetail .detailBox .detail-content embed,.newsDetail .detailBox .detail-content video {
        margin: 0.2rem 0;
    }
    .productMain .productShow, .productMain .productShow .product-content {
        margin: 1rem auto 0 auto;
    }
    .productMain .product-list .list-title{
        font-size: 0.48rem;
        margin-bottom: 0.3rem;
    }
    .productMain .product-list .item{
        width: 48%;
        margin: 0.3rem 0;
    }
    .productMain .product-list .item:nth-child(3n){
        margin: 0.3rem 0;
    }
    .productMain .product-list .item:nth-child(odd){
        float: left;
    }
    .productMain .product-list .item:nth-child(even){
        float: right;
    }
    .productMain .product-list .item .t1{
        font-size: 0.36rem;
    }
    .productDetail .product-detail, .productDetail .product-detail .detail-content,.productDetail .product-detail .recommended {
        margin: 1rem auto 0 auto;
    }
    .productDetail .product-detail .detail-img{
        width: 100%;
        float: none;
        height: auto;
        padding: 0.5rem 0;
        background: #f9f9f9;
    }
    .productDetail .product-detail .detail-txt {
        width: calc(100% - 1rem);
        height: auto;
        padding: 0.5rem;
        overflow: auto;
        float: none;
        margin: 0;
        font-size: 0.36rem;
    }
    .productDetail .product-detail .detail-txt p{
        font-size: 0.36rem;
    }
    .productDetail .product-detail .detail-info, .productDetail .product-detail .detail-page,.productDetail .product-detail .detail-info .info{
        width: 100%;
        margin: 1rem auto 0 auto;
    }
    .productDetail .product-detail .detail-info .tab {
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: 0.36rem;
    }
    .productDetail .detail-info .info-1 a{
        font-size: 0.36rem;
    }
    .productDetail .product-detail .detail-info table td{
        padding: 0.2rem 0.1rem;
        font-size: 0.32rem;
    }
    .productDetail .product-detail .detail-page a{
        font-size: 0.36rem;
    }
    .productDetail .product-detail .recommended .rd-title{
        font-size: 0.36rem;
    }
    .productDetail .product-detail .recommended .item {
        width: 48%;
        margin: 0.5rem 0 0 0;
    }
    .productDetail .product-detail .recommended .item:nth-child(4n){
        margin: 0.5rem 0 0 0;
    }
    .productDetail .product-detail .recommended .item:nth-child(odd){
        float: left;
    }
    .productDetail .product-detail .recommended .item:nth-child(even){
        float: right;
    }
    .productDetail .product-detail .recommended .item .imgBox{
        height: 200px;
    }
    .productDetail .product-detail .recommended .item .t1{
        font-size: 0.36rem;
        line-height: 200%;
        padding-bottom: 1em;
    }
    .serviceMainB .solution .solutionList{
        margin: 1.2rem auto 0 auto;
    }
    .serviceMainB .solution .right .item{
        padding: 0.7rem 4%;
        margin: 0 0 1.2rem 0;
    }
    .serviceMainB .solution .right .t1 {
        font-size: 0.36rem;
    }
    .serviceMainB .solution .right .t2 {
        font-size: 0.36rem;
        width: 4rem;
        height: 0.96rem;
        line-height: 0.96rem;
        top: -0.48rem;
    }
    .serviceMainC .college-intro .item{
        width: 100%;
        margin: 0.8rem 0 0 0;
    }
    .serviceMainC .college-intro .item:hover .imgBox{
        box-shadow: none;
    }
    .serviceMainC .college-intro .item .imgBox{
        background: #fafafa;
    }
    .serviceMainC .college-intro .item .t1 {
        font-size: 0.42rem;
        padding: 0.4rem 0 0.2rem 0;
    }
    .serviceMainC .college-intro .item .t2{
        font-size: 0.42rem;
        text-align: justify;
    }
    .serviceMainD .after-sale {
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .after-sale .item{
        width: 45%;
        margin: 0.4rem 0 0 0;
    }
    .serviceMainD .after-sale .item:nth-child(4n){
        margin: 0.5rem 0 0 0;
    }
    .serviceMainD .after-sale .item:nth-child(odd){
        float: left;
    }
    .serviceMainD .after-sale .item:nth-child(even){
        float: right;
    }
    .serviceMainD .after-sale .item .imgBox {
        height: 3.6rem;
    }
    .serviceMainD .after-sale .item:nth-child(1) .imgBox{
        background: #f9f9f9 url("../images/service-d-i1.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item:nth-child(2) .imgBox{
        background: #f9f9f9 url("../images/service-d-i2.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item:nth-child(3) .imgBox{
        background: #f9f9f9 url("../images/service-d-i3.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item:nth-child(4) .imgBox{
        background: #f9f9f9 url("../images/service-d-i4.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item:nth-child(5) .imgBox{
        background: #f9f9f9 url("../images/service-d-i5.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item:nth-child(6) .imgBox{
        background: #f9f9f9 url("../images/service-d-i6.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item:nth-child(7) .imgBox{
        background: #f9f9f9 url("../images/service-d-i7.png") no-repeat center;
        background-size: 1.6rem auto;
    }
    .serviceMainD .after-sale .item .t1 {
        line-height: 1.2rem;
        font-size: 0.42rem;
    }
    .serviceMainD .care-center, .serviceMainD .care-center .care-intro {
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .care-center .care-intro .t1{
        font-size: 0.36rem;
    }
    .serviceMainD .care-center .care-intro .phone{
        font-size: 0.42rem;
    }
    .serviceMainD .care-center .care-des {
        font-size: 0.42rem;
        margin: 0.8rem auto 0 auto;
    }
    .serviceMainD .care-center .item {
        width: 100%;
        padding: 0.2rem 0;
        margin: 0.8rem 0 0 0;
    }
    .serviceMainD .care-center .item .icon {
        padding: 0.4rem 0 0.4rem 1.8rem;
    }
    .serviceMainD .care-center .item:nth-child(1) .icon{
        background: url("../images/service-d1-i1.png") no-repeat left 0.36rem center;
        background-size: auto 0.9rem;
    }
    .serviceMainD .care-center .item:nth-child(2) .icon{
        background: url("../images/service-d1-i2.png") no-repeat left 0.36rem center;
        background-size: auto 0.9rem;
    }
    .serviceMainD .care-center .item:nth-child(3) .icon{
        background: url("../images/service-d1-i3.png") no-repeat left 0.36rem center;
        background-size: auto 0.9rem;
    }
    .serviceMainD .care-center .item:nth-child(4) .icon{
        background: url("../images/service-d1-i4.png") no-repeat left 0.36rem center;
        background-size: auto 0.9rem;
    }
    .serviceMainD .care-center .item .t1 {
        font-size: 0.42rem;
    }
    .serviceMainD .care-center .item .t2{
        font-size: 0.36rem;
        text-align: left;
    }
    .serviceMainD .product-use,.serviceMainD .product-use .useBox {
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .product-use .use-txt{
        margin-bottom: 0.2rem;
        font-size: 18px;
    }
    .serviceMainD .product-use .use-list .item{
        margin: 0 0 0.3rem 0;
    }
    .serviceMainD .product-use .use-list .zt{
        font-size: 14px;
    }
    .serviceMainD .product-use .use-list .ft{
        font-size: 12px;
    }
    .serviceMainD .product-use .use-list .zt{
        background: #d1e7ff url("../images/service-d2-open.png") no-repeat right 5% center;
        background-size: 28px auto;
    }
    .serviceMainD .product-use .use-list .zt.cur{
        background: #d1e7ff url("../images/service-d2-packUp.png") no-repeat right 5% center;
        background-size: 28px auto;
    }
    .useInfoPop .useInfo{
        width: 92%;
        padding: 1rem 0;
    }
    .useInfoPop .useInfo .h{
        font-size: 0.42rem;
    }
    .useInfoPop .useInfo .p{
        font-size: 0.36rem;
    }
    .useInfoPop .useInfo .close{
        top: -20px;
        right: -20px;
    }
    .serviceMainD .service-policy,.serviceMainD .service-policy .policy-1,.serviceMainD .service-policy .policy-2{
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .service-policy .policy-1 .item {
        margin: 0 0 0.8rem 0;
    }
    .service-policy .policy-1 .item .imgBox {
        width: 100%;
        float: none;
        text-align: center;
    }
    .service-policy .policy-1 .item .txtBox {
        width: 100%;
        min-height: auto;
        padding: 0.2rem 3.5%;
        float: none;
        margin: 0.4rem auto 0 auto;
    }
    .service-policy .policy-1 .item .t1,.serviceMainD .service-policy .policy-2 .t1{
        font-size: 0.42rem;
    }
    .service-policy .policy-1 .item .t2{
        font-size: 0.36rem;
    }
    .serviceMainD .service-policy .policy-2 .s-table td{
        padding: 12px;
        font-size: 12px;
    }
    .serviceMainD .service-policy .policy-2 .s-table tr:nth-child(1) td{
        font-size: 12px;
    }
    .serviceMainD .charging-standards, .serviceMainD .charging-standards .tableBox {
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .charging-standards .tableBox .s-table td{
        padding: 12px;
        font-size: 12px;
    }
    .serviceMainD .charging-standards .tableBox .s-table tr:nth-child(1) td{
        font-size: 12px;
    }
    .serviceMainD .charging-standards .tableBox .s-table tr:nth-child(2) td{
        font-size: 12px;
    }
    .serviceMainD .online-service,.serviceMainD .online-service .navTab,.serviceMainD .online-service .dis {
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .online-service .navTab .tab{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.36rem;
    }
    .serviceMainD .online-service .formBox{
        padding: 1rem 0;
    }
    .serviceMainD .online-service .formBox .fBox{
        width: 92%;
        margin: 0 auto 0.3rem auto;
    }
    .serviceMainD .online-service .formBox .ft{
        width: 6em;
        font-size: 0.36rem;
        height: 0.9rem;
        line-height: 0.9rem;
    }
    .serviceMainD .online-service .formBox .txtInput {
        font-size: 0.36rem;
        width: calc(90% - 6em - 2px);
        height: calc(0.9rem - 2px);
        line-height: calc(0.9rem - 2px);
        padding: 0 4%;
        border-radius: 0.1rem;
    }
    .serviceMainD .online-service .formBox .txtSelect {
        font-size: 0.36rem;
        width: calc(98% - 6em);
        height: 0.9rem;
        line-height: 0.9rem;
        padding: 0 4%;
        border-radius: 0.1rem;
        background: #fff url(../images/service-d6-i2.png) no-repeat right 4% center;
        background-size: 14px auto;
    }
    .serviceMainD .online-service .formBox .txtTextarea{
        font-size: 0.36rem;
        width: calc(90% - 6em - 2px);
        height: 6rem;
        line-height: 150%;
        padding: 0 4%;
        border-radius: 0.1rem;
    }
    .serviceMainD .online-service .formBox .fBox:last-child {
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .online-service .formBox .btn {
        width: 2.5rem;
        height: 0.9rem;
        line-height: 0.9rem;
        font-size: 0.36rem;
        margin: 0 0.3rem;
        border-radius: 0.1rem;
    }
    .serviceMainD .customized-services,.serviceMainD .customized-services .list{
        margin: 1rem auto 0 auto;
    }
    .serviceMainD .customized-services .list .item{
        width: 100%;
        padding: 0;
        background: transparent;
        margin: 0 0 0.8rem 0;
    }
    .serviceMainD .customized-services .t1, .serviceMainD .customized-services .t2{
        font-size: 0.36rem;
    }
    .contactMain .contact-us .contactBox{
        background: transparent;
    }
    .contactMain .contact-us .contactBox .imgBox,.contactMain .contact-us .contactBox .txtBox {
        width: 100%;
        float: none;
    }
    .contactMain .contact-us, .contactMain .contact-us .contactBox{
        margin: 1rem auto 0 auto;
    }
    .contactMain .contactBox .txtBox .zt {
        font-size: 0.36rem;
        line-height: 200%;
        padding: 1.2em 0 1em 0;
    }
    .contactMain .contactBox .txtBox .ft {
        font-size: 0.36rem;
        line-height: 200%;
        padding: 0;
    }
    .contactMain .contactBox .txtBox .ft.a1{
        background: transparent;
    }
    .contactMain .contactBox .txtBox .ft.a2{
        background: transparent;
    }
    .contactMain .contactBox .txtBox .ft.a3{
        background: transparent;
    }
    .contactMain .contactBox .txtBox .ft.a4{
        background: transparent;
    }
    .contactMain .contactBox .txtBox .ft.a5{
        background: transparent;
    }
    .contactMain .contactBox .txtBox .ft.a6{
        background: transparent;
    }
    .aboutMain .classic-projects, .aboutMain .classic-projects .news_page {
        margin: 1rem auto 0 auto;
    }
    .aboutMain .classic-projects .list{
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-flex-flow: wrap;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }
    .aboutMain .classic-projects .list.clearFix::after{
        display: none;
    }
    .aboutMain .classic-projects .list .item {
        width: 48%;
        margin: 0.8rem 0 0 0;
    }
    .aboutMain .classic-projects .list .item:nth-child(3n) {
        margin: 0.8rem 0 0 0;
    }
    .aboutMain .classic-projects .item .t1{
        font-size: 0.32rem;
        padding: 1em 4%;
    }
    .aboutMain .store-show, .aboutMain .store-show .news_page {
        margin: 1rem auto 0 auto;
    }
    .aboutMain .store-show .list{
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-flex-flow: wrap;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }
    .aboutMain .store-show .list.clearFix::after{
        display: none;
    }
    .aboutMain .store-show .item {
        width: 48%;
        margin: 0.8rem 0 0 0;
    }
    .aboutMain .store-show .item:nth-child(3n) {
        margin: 0.8rem 0 0 0;
    }
    .aboutMain .store-show .item .t1{
        font-size: 0.32rem;
        padding: 1em 4%;
    }
    .aboutMain .projects-details {
        margin: 1rem auto 0 auto;
    }
    .aboutMain .projects-details .detail-top .t1{
        font-size: 0.72rem;
    }
    .aboutMain .projects-details .detail-content {
        font-size: 0.36rem;
        padding: 1rem 0;
    }
    .aboutMain .projects-details .detail-content p{
        font-size: 0.36rem;
    }
    .aboutMain .store-details {
        margin: 1rem auto 0 auto;
    }
    .aboutMain .store-details .detail-top .t1{
        font-size: 0.72rem;
    }
    .aboutMain .store-details .detail-content {
        font-size: 0.36rem;
        padding: 1rem 0;
    }
    .aboutMain .store-details .detail-content p{
        font-size: 0.36rem;
    }
    .brandIntroduce .brand-1 {
        margin: 0 auto 0.8rem auto;
    }
    .brandIntroduce .brand-1 .intro-1 .t1{
        font-size: 0.40rem;
        border-bottom: 0.1rem solid #60c659;
    }
    .brandIntroduce .brand-1 .intro-1 .t2{
        font-size: 0.36rem;
    }
    .brandIntroduce .brand-2 .imgBox .img {
        width: 48%;
    }
    .brandIntroduce .brand-2 .imgBox img{
        display: block;
    }
    .brandIntroduce .brand-2 .intro-1{
        margin: 0.8rem 0 0 0;
    }
    .brandIntroduce .brand-2 .intro-1 .t1
    ,.aboutMain .introduction-2 .story-1 .txtBox p{
        font-size: 0.36rem;
    }
    .aboutMain .introduction-2 .story-1 .imgBox{
        margin: 0.8rem 0 0 0;
    }
    .aboutMain .introduction-2 .story-2 p{
        font-size: 0.36rem;
        margin: 0.8rem auto 0 auto;
        line-height: 150%;
    }
    .aboutMain .introduction-3 .cnBx .imgBox img{
        display: block;
    }
    .aboutMain .introduction-3 .cnBx .txtBox p{
        font-size: 0.36rem;
        margin: 0.8rem 0 0 0;
    }
    .history_list li p{
        padding: 0;
    }
    .aboutMain .groupIntroduce
    ,.aboutMain .groupIntroduce .intro-txt
    ,.homeMain .productType,.brandIntroduce,.serviceCenter
    ,.serviceCenter .list{
        margin: 1rem auto 0 auto;
    }
    .aboutMain .groupIntroduce .intro-txt p{
        font-size: 0.36rem;
    }
    .newsCenter .moreBtn {
        width: 20%;
        font-size: 0.43rem;
        height: 0.78rem;
        line-height:  0.78rem;
        padding: 0 1.12rem 0 0.36rem;
        background: #005b99 url(../images/mobile/home-i2.png) no-repeat right 0.3rem center;
        background-size: auto 0.58rem;
        margin: 0.54rem auto 0 auto;
        border-radius: 0.3rem;
    }
    .newsCenter .moreBtn:hover{
        color: #fff;
        background: #005b99 url(../images/mobile/home-i2.png) no-repeat right 0.3rem center;
        background-size: auto 0.58rem;
    }
    .linkList .list .link{
        padding: 3rem 0 0.6rem 0;
    }
    .linkList .list .link:nth-child(1){
        background: url("../images/home-link1.png") no-repeat top 0.8rem center;
        background-size: 50% auto;
    }
    .linkList .list .link:nth-child(2){
        background: url("../images/home-link2.png") no-repeat top 0.8rem center;
        background-size: 50% auto;
    }
    .linkList .list .link:nth-child(3){
        background: url("../images/home-link3.png") no-repeat top 0.8rem center;
        background-size: 50% auto;
    }
    .linkList .list .link .txt{
        font-size: 0.36rem;
    }
    .productType .list .item {
        width: 48%;
        margin: 0.8rem 0 0 0;
        float: left;
    }
    .productType .list .item:nth-child(4n) {
        margin: 0.8rem 0 0 0;
    }
    .productType .list .item:nth-child(odd){
        float: left;
    }
    .productType .list .item:nth-child(even){
        float: right;
    }
    .productType .list .item .txt{
        font-size: 0.36rem;
    }
    .serviceCenter .list .item {
        width: 48%;
    }
    .serviceCenter .list .item .imgBox {
        height: 3.6rem;
    }
    .serviceCenter .list .item:nth-child(1) .imgBox{
        background: #f9f9f9 url("../images/service-1.png") no-repeat center;
        background-size: auto 48%;
    }
    .serviceCenter .list .item:nth-child(2) .imgBox{
        background: #f9f9f9 url("../images/service-2.png") no-repeat center;
        background-size: auto 48%;
    }
    .serviceCenter .list .item:nth-child(3) .imgBox{
        background: #f9f9f9 url("../images/service-3.png") no-repeat center;
        background-size: auto 48%;
    }
    .serviceCenter .list .item:nth-child(4) .imgBox{
        background: #f9f9f9 url("../images/service-4.png") no-repeat center;
        background-size: auto 48%;
    }
    .serviceCenter .list .item .t1{
        font-size: 0.36rem;
        margin: 1em 0;
    }
}
@media screen and (max-width:435px){
    .brandIntroduce .brand-1 .intro-1 .logo{
        width: 50%;
    }
}